home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 September / CHIP Eylül 1998.iso / freeware / mp3 / WPlay160 / WPlay / Textures / Develop.txt next >
Text File  |  1997-10-11  |  3KB  |  81 lines

  1.  
  2. NEW NEW NEW NEW NEW NEW - WPlay with 'Extended Texture Support' - ETS
  3.  
  4. ---------------------------------------------------------------------
  5.        This is a textfile containing information of how to
  6.                      create textures for WPlay.
  7.    To make changes to the system(fonts,color,button positions etc)   
  8.                         see the PREFS-file.
  9. ---------------------------------------------------------------------
  10.  
  11. The complete texture is saved in a number of bitmaps:
  12. (if you skip a file, the default picture will be used)
  13.  
  14. Main.bmp        - The WPlay mainmenu. Programsize is specified in the
  15.           Prefs-file.
  16. MainMask.bmp    - A mask to create transparent bitmaps. This is a 2-color 
  17.           image. If you dont draw this image, WPlay will not use
  18.                   a mask.
  19. Selected.bmp    - Picture with all buttons in selected state. Parts of
  20.             this image will be copied to the mainpicture on mouseevent.
  21. PLMain.bmp      - The WPlay playlistmenu. Size 378x90
  22. PLSelected.bmp  - A copy of playlistmenu with all buttons in selected
  23.                   state. To save some space, this picture is copied from 
  24.           position 0,54 and to end coordinates. (just the part with
  25.                   the buttons on)
  26. Status.bmp      - This file contains the play,stop,pause and positionviewer-
  27.                   pictures. The total size is 38x13. Play,stop and pause
  28.                   size is 11x13 and the positionviewer is 5x5.
  29. ScrollUp.bmp    - The Scrollpicture in position UP. Size is specified in 
  30.                   Prefs-file.
  31. ScrollDown.bmp  - The Scrollpicture in position DOWN. Size is specified in
  32.                   prefs-file.
  33. VolUp.bmp       - The Volume and Balance Picture is position UP. Size is
  34.           specified in the Prefs-file.
  35. VolDown.bmp     - The Volume and Balance Picture is position Down. Size is 
  36.           specified in the Prefs-file.
  37. CPMain        - Compressed mode main menu. Size 247x28
  38. CPSelected    - All buttons on the compressed menu in selected state.
  39.           Same size as CPMain. 247x28
  40. --------------------------------------------------------------------------
  41. This is default values (It is not 100% reliable to use 0=default) :
  42.  
  43. Button positions and sizes:
  44.     Play    - 16,114  43x25
  45.     Stop    - 66,114  43x25
  46.     Pause    - 116,114 43x25
  47.     Previous- 34,152  20x14
  48.     REW    - 61,152  20x14
  49.     FFW    - 91,152  20x14
  50.     Next    - 118,152 20x14
  51.  
  52.     Open    - 185,118 17x17
  53.     Playlist- 206,118 17x17    
  54.     Minimize- 185,139 17x17
  55.     Info    - 206,139 17x17
  56.  
  57.     Compress- 212,6      14x14
  58.     Exit    - 226,6      14x14
  59.     Menu    - 6,6      14x14
  60. Playlist
  61.     File    - 13,56   40x24
  62.     Add    - 63,56      40x24
  63.     Delete  - 113,56  40x24
  64.     Play    - 163,56  40x24
  65.     Up    - 213,56  40x24
  66.     Down    - 263,56  40x24
  67.     Exit    - 346,56  22x24
  68.     
  69. -------------------------------------------------------------------------
  70. Next you have to change the PREFS-file if you want different options than
  71. the default. You can change Fonts,fontsize,fontposition, colors,
  72. button positions and button sizes etc.
  73. See the PREFS file for more help.
  74.  
  75. If you have questions, or if you create a great Texture, please mail it to me.
  76.  
  77. # Thomas Lenart
  78. # wplay@xaudio.com
  79.  
  80.  
  81.